Class InterfaceDefinition
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
Modifier and TypeFieldDescriptionprotected List
<AdditionalInheritance> protected String
protected ComponentInfo
protected ContainerField
protected ContentModel
protected Inheritance
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalInheritance property.Gets the value of the appinfo property.Gets the value of the componentInfo property.Gets the value of the containerField property.Gets the value of the contentModel property.getField()
Gets the value of the field property.Gets the value of the inheritance property.Gets the value of the specificationSection property.Gets the value of the specificationUrl property.void
setAppinfo
(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
(String value) Sets the value of the specificationSection property.void
setSpecificationUrl
(String value) Sets the value of the specificationUrl property.
-
Field Details
-
componentInfo
-
inheritance
-
additionalInheritance
-
field
-
containerField
-
contentModel
-
specificationSection
-
specificationUrl
-
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
-
setSpecificationSection
-
getSpecificationUrl
-
setSpecificationUrl
-
getAppinfo
-
setAppinfo
-