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

java.lang.Object
  extended by org.jvnet.hyperjaxb3.ejb.schemas.customizations.JaxbContext
All Implemented Interfaces:
Cloneable, Mergeable, 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 JaxbContext
extends Object
implements Cloneable, Mergeable, 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 jaxb-context complex type.

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

 <complexType name="jaxb-context">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="field">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="final" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="contextPath" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class JaxbContext.Field
          Java class for anonymous complex type.
 
Field Summary
protected  String contextPath
           
protected  JaxbContext.Field field
           
protected  Boolean merge
           
 
Constructor Summary
JaxbContext()
           
 
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)
           
 String getContextPath()
          Gets the value of the contextPath property.
 JaxbContext.Field getField()
          Gets the value of the field property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isMerge()
          Gets the value of the merge property.
 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 setContextPath(String value)
          Sets the value of the contextPath property.
 void setField(JaxbContext.Field value)
          Sets the value of the field property.
 void setMerge(Boolean value)
          Sets the value of the merge property.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

protected JaxbContext.Field field

contextPath

protected String contextPath

merge

protected Boolean merge
Constructor Detail

JaxbContext

public JaxbContext()
Method Detail

getField

public JaxbContext.Field getField()
Gets the value of the field property.

Returns:
possible object is JaxbContext.Field

setField

public void setField(JaxbContext.Field value)
Sets the value of the field property.

Parameters:
value - allowed object is JaxbContext.Field

getContextPath

public String getContextPath()
Gets the value of the contextPath property.

Returns:
possible object is String

setContextPath

public void setContextPath(String value)
Sets the value of the contextPath property.

Parameters:
value - allowed object is String

isMerge

public boolean isMerge()
Gets the value of the merge property.

Specified by:
isMerge in interface Mergeable
Returns:
possible object is Boolean

setMerge

public void setMerge(Boolean value)
Sets the value of the merge property.

Parameters:
value - allowed object is Boolean

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.