Package generated
Class ARDApiCT
- java.lang.Object
-
- generated.ResourceDescriptionBaseCT
-
- generated.ARDApiCT
-
public class ARDApiCT extends ResourceDescriptionBaseCT
CT for ARD api definitionJava class for ARDApiCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ARDApiCT"> <complexContent> <extension base="{}ResourceDescriptionBaseCT"> <sequence> <element name="XSLT_RDSkeleton" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
xsltrdSkeleton
-
Fields inherited from class generated.ResourceDescriptionBaseCT
defaultNamespaceURI, schemaVersion, xmlSchema, xslthtmlDoc
-
-
Constructor Summary
Constructors Constructor Description ARDApiCT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getXSLTRDSkeleton()
Gets the value of the xsltrdSkeleton property.void
setXSLTRDSkeleton(String value)
Sets the value of the xsltrdSkeleton property.-
Methods inherited from class generated.ResourceDescriptionBaseCT
getDefaultNamespaceURI, getSchemaVersion, getXMLSchema, getXSLTHTMLDoc, setDefaultNamespaceURI, setSchemaVersion, setXMLSchema
-
-