Class FXSTYPE
Java-Klasse für FXS_TYPE complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="FXS_TYPE">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Version" type="{}BMU_VERSION_TYPE"/>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DokNrXPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="RootElementName" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="schemaID" use="required" type="{http://www.w3.org/2001/XMLSchema}long" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dokNrXPath property.getId()Ruft den Wert der id-Eigenschaft ab.getName()Ruft den Wert der name-Eigenschaft ab.Gets the value of the rootElementName property.longRuft den Wert der schemaID-Eigenschaft ab.Ruft den Wert der version-Eigenschaft ab.voidLegt den Wert der id-Eigenschaft fest.voidLegt den Wert der name-Eigenschaft fest.voidsetSchemaID(long value) Legt den Wert der schemaID-Eigenschaft fest.voidsetVersion(String value) Legt den Wert der version-Eigenschaft fest.toString()
-
Field Details
-
_version
-
_id
-
_name
-
_dokNrXPath
-
_rootElementName
-
_schemaID
protected long _schemaID
-
-
Constructor Details
-
FXSTYPE
public FXSTYPE()
-
-
Method Details
-
toString
-
getVersion
Ruft den Wert der version-Eigenschaft ab.- Returns:
- possible object is
String
-
setVersion
Legt den Wert der version-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getId
Ruft den Wert der id-Eigenschaft ab.- Returns:
- possible object is
String
-
setId
Legt den Wert der id-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getName
Ruft den Wert der name-Eigenschaft ab.- Returns:
- possible object is
String
-
setName
Legt den Wert der name-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getDokNrXPath
Gets the value of the dokNrXPath 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
setmethod for the dokNrXPath property.For example, to add a new item, do as follows:
getDokNrXPath().add(newItem);Objects of the following type(s) are allowed in the list
String -
getRootElementName
Gets the value of the rootElementName 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
setmethod for the rootElementName property.For example, to add a new item, do as follows:
getRootElementName().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSchemaID
public long getSchemaID()Ruft den Wert der schemaID-Eigenschaft ab. -
setSchemaID
public void setSchemaID(long value) Legt den Wert der schemaID-Eigenschaft fest.
-