Class PasswordType

java.lang.Object
ca.phon.session.io.xml.v12.PasswordType

public class PasswordType extends Object

Java class for passwordType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="passwordType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="use" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PasswordType

      public PasswordType()
  • Method Details

    • getContent

      public String getContent()
      Gets the value of the content property.
      Returns:
      possible object is String
    • setContent

      public void setContent(String value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is String
    • isUse

      public boolean isUse()
      Gets the value of the use property.
      Returns:
      possible object is Boolean
    • setUse

      public void setUse(Boolean value)
      Sets the value of the use property.
      Parameters:
      value - allowed object is Boolean