Module nl.tno.omt
Package nl.tno.omt

Class PocType

java.lang.Object
nl.tno.omt.PocType
Direct Known Subclasses:
ModelIdentificationType.Poc

public class PocType extends Object

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 Details

  • Constructor Details

    • PocType

      public PocType()
  • Method Details

    • getPocType

      public PocTypeType getPocType()
      Gets the value of the pocType property.
      Returns:
      possible object is PocTypeType
    • setPocType

      public void setPocType(PocTypeType value)
      Sets the value of the pocType property.
      Parameters:
      value - allowed object is PocTypeType
    • getPocName

      public HLAString getPocName()
      Gets the value of the pocName property.
      Returns:
      possible object is HLAString
    • setPocName

      public void setPocName(HLAString value)
      Sets the value of the pocName property.
      Parameters:
      value - allowed object is HLAString
    • getPocOrg

      public HLAString getPocOrg()
      Gets the value of the pocOrg property.
      Returns:
      possible object is HLAString
    • setPocOrg

      public void setPocOrg(HLAString value)
      Sets the value of the pocOrg property.
      Parameters:
      value - allowed object is HLAString
    • getPocTelephone

      public List<HLAString> 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 set method 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

      public 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 set method 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