org.jvnet.hyperjaxb3.ejb.schemas.customizations
Class GeneratedProperty

java.lang.Object
  extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.GeneratedProperty
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

public class GeneratedProperty
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom

Java class for generated-property complex type.

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

 <complexType name="generated-property">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="propertyName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="propertyQName" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="propertyKind">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="element"/>
             <enumeration value="attribute"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Element> any
           
protected  String name
           
protected  String propertyKind
           
protected  String propertyName
           
protected  QName propertyQName
           
 
Constructor Summary
GeneratedProperty()
           
 
Method Summary
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 List<Element> getAny()
          Gets the value of the any property.
 String getName()
          Gets the value of the name property.
 String getPropertyKind()
          Gets the value of the propertyKind property.
 String getPropertyName()
          Gets the value of the propertyName property.
 QName getPropertyQName()
          Gets the value of the propertyQName property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setName(String value)
          Sets the value of the name property.
 void setPropertyKind(String value)
          Sets the value of the propertyKind property.
 void setPropertyName(String value)
          Sets the value of the propertyName property.
 void setPropertyQName(QName value)
          Sets the value of the propertyQName property.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

protected List<Element> any

name

protected String name

propertyName

protected String propertyName

propertyQName

protected QName propertyQName

propertyKind

protected String propertyKind
Constructor Detail

GeneratedProperty

public GeneratedProperty()
Method Detail

getAny

public List<Element> getAny()
Gets the value of the any 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 set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element


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

getPropertyName

public String getPropertyName()
Gets the value of the propertyName property.

Returns:
possible object is String

setPropertyName

public void setPropertyName(String value)
Sets the value of the propertyName property.

Parameters:
value - allowed object is String

getPropertyQName

public QName getPropertyQName()
Gets the value of the propertyQName property.

Returns:
possible object is QName

setPropertyQName

public void setPropertyQName(QName value)
Sets the value of the propertyQName property.

Parameters:
value - allowed object is QName

getPropertyKind

public String getPropertyKind()
Gets the value of the propertyKind property.

Returns:
possible object is String

setPropertyKind

public void setPropertyKind(String value)
Sets the value of the propertyKind property.

Parameters:
value - allowed object is String

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom


Copyright © 2005-2014. All Rights Reserved.