- Direct Known Subclasses:
ModelIdentificationType.Poc
Java class for pocType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pocType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pocType" type="{http://standards.ieee.org/IEEE1516-2010}pocTypeType"/>
<element name="pocName" type="{http://standards.ieee.org/IEEE1516-2010}String" minOccurs="0"/>
<element name="pocOrg" type="{http://standards.ieee.org/IEEE1516-2010}String" minOccurs="0"/>
<element name="pocTelephone" type="{http://standards.ieee.org/IEEE1516-2010}String" maxOccurs="unbounded" minOccurs="0"/>
<element name="pocEmail" type="{http://standards.ieee.org/IEEE1516-2010}String" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pocEmail property.Gets the value of the pocName property.Gets the value of the pocOrg property.Gets the value of the pocTelephone property.Gets the value of the pocType property.voidsetPocName(HLAString value) Sets the value of the pocName property.voidSets the value of the pocOrg property.voidsetPocType(PocTypeType value) Sets the value of the pocType property.
-
Field Details
-
pocType
-
pocName
-
pocOrg
-
pocTelephone
-
pocEmail
-
-
Constructor Details
-
PocType
public PocType()
-
-
Method Details
-
getPocType
Gets the value of the pocType property.- Returns:
- possible object is
PocTypeType
-
setPocType
Sets the value of the pocType property.- Parameters:
value- allowed object isPocTypeType
-
getPocName
Gets the value of the pocName property.- Returns:
- possible object is
HLAString
-
setPocName
Sets the value of the pocName property.- Parameters:
value- allowed object isHLAString
-
getPocOrg
Gets the value of the pocOrg property.- Returns:
- possible object is
HLAString
-
setPocOrg
Sets the value of the pocOrg property.- Parameters:
value- allowed object isHLAString
-
getPocTelephone
Gets the value of the pocTelephone property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the pocTelephone property.For example, to add a new item, do as follows:
getPocTelephone().add(newItem);Objects of the following type(s) are allowed in the list
HLAString -
getPocEmail
Gets the value of the pocEmail property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the pocEmail property.For example, to add a new item, do as follows:
getPocEmail().add(newItem);Objects of the following type(s) are allowed in the list
HLAString
-