Package iofXml.v3

Class PersonName

java.lang.Object
iofXml.v3.PersonName

public class PersonName extends Object

Java class for PersonName complex type

.

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


 <complexType name="PersonName">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Family" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Given" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • family

      protected String family
    • given

      protected String given
  • Constructor Details

    • PersonName

      public PersonName()
  • Method Details

    • getFamily

      public String getFamily()
      Gets the value of the family property.
      Returns:
      possible object is String
    • setFamily

      public void setFamily(String value)
      Sets the value of the family property.
      Parameters:
      value - allowed object is String
    • getGiven

      public String getGiven()
      Gets the value of the given property.
      Returns:
      possible object is String
    • setGiven

      public void setGiven(String value)
      Sets the value of the given property.
      Parameters:
      value - allowed object is String