Class XmlRootElementIntro

java.lang.Object
org.jboss.jaxb.intros.configmodel.XmlRootElementIntro

public class XmlRootElementIntro extends Object

Java class for XmlRootElement complex type.

The following schema fragment specifies the expected content contained within this class.

 
 <complexType name="XmlRootElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" />
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" default="##default" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • namespace

      protected String namespace
    • name

      protected String name
  • Constructor Details

    • XmlRootElementIntro

      public XmlRootElementIntro()
  • Method Details

    • getNamespace

      public String getNamespace()
      Gets the value of the namespace property.
      Returns:
      possible object is String
    • setNamespace

      public void setNamespace(String value)
      Sets the value of the namespace property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String