Class InterfaceDefinition
public class InterfaceDefinition
extends java.lang.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 Summary
Fields Modifier and Type Field Description protected java.util.List<AdditionalInheritance>
additionalInheritance
protected java.lang.String
appinfo
protected ComponentInfo
componentInfo
protected ContainerField
containerField
protected ContentModel
contentModel
protected java.util.List<Field>
field
protected Inheritance
inheritance
protected java.lang.String
specificationSection
protected java.lang.String
specificationUrl
-
Constructor Summary
Constructors Constructor Description InterfaceDefinition()
-
Method Summary
Modifier and Type Method Description java.util.List<AdditionalInheritance>
getAdditionalInheritance()
Gets the value of the additionalInheritance property.java.lang.String
getAppinfo()
Gets the value of the appinfo property.ComponentInfo
getComponentInfo()
Gets the value of the componentInfo property.ContainerField
getContainerField()
Gets the value of the containerField property.ContentModel
getContentModel()
Gets the value of the contentModel property.java.util.List<Field>
getField()
Gets the value of the field property.Inheritance
getInheritance()
Gets the value of the inheritance property.java.lang.String
getSpecificationSection()
Gets the value of the specificationSection property.java.lang.String
getSpecificationUrl()
Gets the value of the specificationUrl property.void
setAppinfo(java.lang.String value)
Sets the value of the appinfo property.void
setComponentInfo(ComponentInfo value)
Sets the value of the componentInfo property.void
setContainerField(ContainerField value)
Sets the value of the containerField property.void
setContentModel(ContentModel value)
Sets the value of the contentModel property.void
setInheritance(Inheritance value)
Sets the value of the inheritance property.void
setSpecificationSection(java.lang.String value)
Sets the value of the specificationSection property.void
setSpecificationUrl(java.lang.String value)
Sets the value of the specificationUrl property.
-
Field Details
-
componentInfo
-
inheritance
-
additionalInheritance
-
field
-
containerField
-
contentModel
-
specificationSection
protected java.lang.String specificationSection -
specificationUrl
protected java.lang.String specificationUrl -
appinfo
protected java.lang.String appinfo
-
-
Constructor Details
-
InterfaceDefinition
public InterfaceDefinition()
-
-
Method Details
-
getComponentInfo
Gets the value of the componentInfo property.- Returns:
- possible object is
ComponentInfo
-
setComponentInfo
Sets the value of the componentInfo property.- Parameters:
value
- allowed object isComponentInfo
-
getInheritance
Gets the value of the inheritance property.- Returns:
- possible object is
Inheritance
-
setInheritance
Sets the value of the inheritance property.- Parameters:
value
- allowed object isInheritance
-
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
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
Gets the value of the containerField property.- Returns:
- possible object is
ContainerField
-
setContainerField
Sets the value of the containerField property.- Parameters:
value
- allowed object isContainerField
-
getContentModel
Gets the value of the contentModel property.- Returns:
- possible object is
ContentModel
-
setContentModel
Sets the value of the contentModel property.- Parameters:
value
- allowed object isContentModel
-
getSpecificationSection
public java.lang.String getSpecificationSection()Gets the value of the specificationSection property.- Returns:
- possible object is
String
-
setSpecificationSection
public void setSpecificationSection(java.lang.String value)Sets the value of the specificationSection property.- Parameters:
value
- allowed object isString
-
getSpecificationUrl
public java.lang.String getSpecificationUrl()Gets the value of the specificationUrl property.- Returns:
- possible object is
String
-
setSpecificationUrl
public void setSpecificationUrl(java.lang.String value)Sets the value of the specificationUrl property.- Parameters:
value
- allowed object isString
-
getAppinfo
public java.lang.String getAppinfo()Gets the value of the appinfo property.- Returns:
- possible object is
String
-
setAppinfo
public void setAppinfo(java.lang.String value)Sets the value of the appinfo property.- Parameters:
value
- allowed object isString
-