Class SAContactInfoType

  • All Implemented Interfaces:
    Serializable

    public class SAContactInfoType
    extends AttributeBaseType
    implements Serializable

    Java class for SAContactInfoType complex type.

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

     <complexType name="SAContactInfoType">
       <complexContent>
         <extension base="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType">
           <sequence>
             <element name="ContactInfoElement" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • contactInfoElement

        protected String contactInfoElement
    • Constructor Detail

      • SAContactInfoType

        public SAContactInfoType()
    • Method Detail

      • getContactInfoElement

        public String getContactInfoElement()
        Gets the value of the contactInfoElement property.
        Returns:
        possible object is String
      • setContactInfoElement

        public void setContactInfoElement​(String value)
        Sets the value of the contactInfoElement property.
        Parameters:
        value - allowed object is String