Class FXSConfig
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<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="FXSSchema" type="{}FXS_SCHEMA_TYPE" maxOccurs="unbounded"/>
<element name="FXS" type="{}FXS_TYPE" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFXS()Gets the value of the fxs property.Gets the value of the fxsSchema property.getId()Ruft den Wert der id-Eigenschaft ab.getName()Ruft den Wert der name-Eigenschaft ab.Ruft den Wert der version-Eigenschaft ab.voidLegt den Wert der id-Eigenschaft fest.voidLegt den Wert der name-Eigenschaft fest.voidsetVersion(String value) Legt den Wert der version-Eigenschaft fest.
-
Field Details
-
version
-
id
-
name
-
fxsSchema
-
fxs
-
-
Constructor Details
-
FXSConfig
public FXSConfig()
-
-
Method Details
-
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
-
getFXSSchema
Gets the value of the fxsSchema 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 fxsSchema property.For example, to add a new item, do as follows:
getFXSSchema().add(newItem);Objects of the following type(s) are allowed in the list
FXSSCHEMATYPE -
getFXS
Gets the value of the fxs 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 fxs property.For example, to add a new item, do as follows:
getFXS().add(newItem);Objects of the following type(s) are allowed in the list
FXSTYPE
-