Package generated
Class XMLSchemaCT
- java.lang.Object
-
- generated.XMLSchemaCT
-
public class XMLSchemaCT extends Object
CT for XML schemaJava class for XMLSchemaCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLSchemaCT"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>anyURI"> <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </extension> </simpleContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
schemaVersion
protected String
value
-
Constructor Summary
Constructors Constructor Description XMLSchemaCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSchemaVersion()
Gets the value of the schemaVersion property.String
getValue()
Gets the value of the value property.void
setSchemaVersion(String value)
Sets the value of the schemaVersion property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getSchemaVersion
public String getSchemaVersion()
Gets the value of the schemaVersion property.- Returns:
- possible object is
String
-
-