Class XmlRegistry.XmlElementDecl
- java.lang.Object
- 
- org.eclipse.persistence.jaxb.xmlmodel.XmlRegistry.XmlElementDecl
 
- 
- Enclosing class:
- XmlRegistry
 
 public static class XmlRegistry.XmlElementDecl extends java.lang.ObjectJava 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"> <attribute name="java-method" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" default=" " /> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" default="##default" /> <attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" default="javax.xml.bind.annotation.XmlElementDecl.GLOBAL" /> <attribute name="substitutionHeadName" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="substitutionHeadNamespace" type="{http://www.w3.org/2001/XMLSchema}string" default="##default" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="##default" /> </restriction> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringdefaultValueprotected java.lang.StringjavaMethodprotected java.lang.Stringnameprotected java.lang.Stringnamespaceprotected java.lang.Stringscopeprotected java.lang.StringsubstitutionHeadNameprotected java.lang.StringsubstitutionHeadNamespaceprotected java.lang.Stringtype
 - 
Constructor SummaryConstructors Constructor Description XmlElementDecl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDefaultValue()Gets the value of the defaultValue property.java.lang.StringgetJavaMethod()Gets the value of the javaMethod property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNamespace()Gets the value of the namespace property.java.lang.StringgetScope()Gets the value of the scope property.java.lang.StringgetSubstitutionHeadName()Gets the value of the substitutionHeadName property.java.lang.StringgetSubstitutionHeadNamespace()Gets the value of the substitutionHeadNamespace property.java.lang.StringgetType()Gets the value of the type property.voidsetDefaultValue(java.lang.String value)Sets the value of the defaultValue property.voidsetJavaMethod(java.lang.String value)Sets the value of the javaMethod property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNamespace(java.lang.String value)Sets the value of the namespace property.voidsetScope(java.lang.String value)Sets the value of the scope property.voidsetSubstitutionHeadName(java.lang.String value)Sets the value of the substitutionHeadName property.voidsetSubstitutionHeadNamespace(java.lang.String value)Sets the value of the substitutionHeadNamespace property.voidsetType(java.lang.String value)Sets the value of the type property.
 
- 
- 
- 
Field Detail- 
javaMethodprotected java.lang.String javaMethod 
 - 
nameprotected java.lang.String name 
 - 
defaultValueprotected java.lang.String defaultValue 
 - 
namespaceprotected java.lang.String namespace 
 - 
scopeprotected java.lang.String scope 
 - 
substitutionHeadNameprotected java.lang.String substitutionHeadName 
 - 
substitutionHeadNamespaceprotected java.lang.String substitutionHeadNamespace 
 - 
typeprotected java.lang.String type 
 
- 
 - 
Method Detail- 
getJavaMethodpublic java.lang.String getJavaMethod() Gets the value of the javaMethod property.- Returns:
- possible object is
     String
 
 - 
setJavaMethodpublic void setJavaMethod(java.lang.String value) Sets the value of the javaMethod property.- Parameters:
- value- allowed object is- String
 
 - 
getNamepublic java.lang.String getName() Gets the value of the name property.- Returns:
- possible object is
     String
 
 - 
setNamepublic void setName(java.lang.String value) Sets the value of the name property.- Parameters:
- value- allowed object is- String
 
 - 
getDefaultValuepublic java.lang.String getDefaultValue() Gets the value of the defaultValue property.- Returns:
- possible object is
     String
 
 - 
setDefaultValuepublic void setDefaultValue(java.lang.String value) Sets the value of the defaultValue property.- Parameters:
- value- allowed object is- String
 
 - 
getNamespacepublic java.lang.String getNamespace() Gets the value of the namespace property.- Returns:
- possible object is
     String
 
 - 
setNamespacepublic void setNamespace(java.lang.String value) Sets the value of the namespace property.- Parameters:
- value- allowed object is- String
 
 - 
getScopepublic java.lang.String getScope() Gets the value of the scope property.- Returns:
- possible object is
     String
 
 - 
setScopepublic void setScope(java.lang.String value) Sets the value of the scope property.- Parameters:
- value- allowed object is- String
 
 - 
getSubstitutionHeadNamepublic java.lang.String getSubstitutionHeadName() Gets the value of the substitutionHeadName property.- Returns:
- possible object is
     String
 
 - 
setSubstitutionHeadNamepublic void setSubstitutionHeadName(java.lang.String value) Sets the value of the substitutionHeadName property.- Parameters:
- value- allowed object is- String
 
 - 
getSubstitutionHeadNamespacepublic java.lang.String getSubstitutionHeadNamespace() Gets the value of the substitutionHeadNamespace property.- Returns:
- possible object is
     String
 
 - 
setSubstitutionHeadNamespacepublic void setSubstitutionHeadNamespace(java.lang.String value) Sets the value of the substitutionHeadNamespace property.- Parameters:
- value- allowed object is- String
 
 - 
getTypepublic java.lang.String getType() Gets the value of the type property.- Returns:
- possible object is
     String
 
 - 
setTypepublic void setType(java.lang.String value) Sets the value of the type property.- Parameters:
- value- allowed object is- String
 
 
- 
 
-