Class InterfaceDefinition

java.lang.Object
org.web3d.x3d.util.x3duom.InterfaceDefinition

public class InterfaceDefinition extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}componentInfo" minOccurs="0"/>
         <element ref="{}Inheritance" minOccurs="0"/>
         <element ref="{}AdditionalInheritance" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}field" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}containerField" minOccurs="0"/>
         <element ref="{}ContentModel" minOccurs="0"/>
       </sequence>
       <attribute name="specificationSection" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="specificationUrl" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
       <attribute name="appinfo" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • InterfaceDefinition

      public InterfaceDefinition()
  • Method Details

    • getComponentInfo

      public ComponentInfo getComponentInfo()
      Gets the value of the componentInfo property.
      Returns:
      possible object is ComponentInfo
    • setComponentInfo

      public void setComponentInfo(ComponentInfo value)
      Sets the value of the componentInfo property.
      Parameters:
      value - allowed object is ComponentInfo
    • getInheritance

      public Inheritance getInheritance()
      Gets the value of the inheritance property.
      Returns:
      possible object is Inheritance
    • setInheritance

      public void setInheritance(Inheritance value)
      Sets the value of the inheritance property.
      Parameters:
      value - allowed object is Inheritance
    • getAdditionalInheritance

      public List<AdditionalInheritance> getAdditionalInheritance()
      Gets the value of the additionalInheritance 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 JAXB object. This is why there is not a set method for the additionalInheritance property.

      For example, to add a new item, do as follows:

          getAdditionalInheritance().add(newItem);
       

      Objects of the following type(s) are allowed in the list AdditionalInheritance

    • getField

      public List<Field> getField()
      Gets the value of the field 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 JAXB object. This is why there is not a set method for the field property.

      For example, to add a new item, do as follows:

          getField().add(newItem);
       

      Objects of the following type(s) are allowed in the list Field

    • getContainerField

      public ContainerField getContainerField()
      Gets the value of the containerField property.
      Returns:
      possible object is ContainerField
    • setContainerField

      public void setContainerField(ContainerField value)
      Sets the value of the containerField property.
      Parameters:
      value - allowed object is ContainerField
    • getContentModel

      public ContentModel getContentModel()
      Gets the value of the contentModel property.
      Returns:
      possible object is ContentModel
    • setContentModel

      public void setContentModel(ContentModel value)
      Sets the value of the contentModel property.
      Parameters:
      value - allowed object is ContentModel
    • getSpecificationSection

      public String getSpecificationSection()
      Gets the value of the specificationSection property.
      Returns:
      possible object is String
    • setSpecificationSection

      public void setSpecificationSection(String value)
      Sets the value of the specificationSection property.
      Parameters:
      value - allowed object is String
    • getSpecificationUrl

      public String getSpecificationUrl()
      Gets the value of the specificationUrl property.
      Returns:
      possible object is String
    • setSpecificationUrl

      public void setSpecificationUrl(String value)
      Sets the value of the specificationUrl property.
      Parameters:
      value - allowed object is String
    • getAppinfo

      public String getAppinfo()
      Gets the value of the appinfo property.
      Returns:
      possible object is String
    • setAppinfo

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